﻿2026-07-09T09:31:32.8549479Z ##[group]Run WANT=0.1.2
2026-07-09T09:31:32.8550494Z [36;1mWANT=0.1.2[0m
2026-07-09T09:31:32.8551415Z [36;1mBIN="$HOME/.local/bin/traceable-reqs"[0m
2026-07-09T09:31:32.8552744Z [36;1mif [ -x "$BIN" ] && "$BIN" --version | grep -q " $WANT\$"; then[0m
2026-07-09T09:31:32.8554066Z [36;1m  ln -sf "$BIN" ./traceable-reqs[0m
2026-07-09T09:31:32.8555057Z [36;1melse[0m
2026-07-09T09:31:32.8556111Z [36;1m  # Build OUTSIDE the checkout: a clone inside it gets adopted by[0m
2026-07-09T09:31:32.8557633Z [36;1m  # the spt-core cargo workspace and refuses to build.[0m
2026-07-09T09:31:32.8558831Z [36;1m  SRC="$RUNNER_TEMP/tr-src"[0m
2026-07-09T09:31:32.8559891Z [36;1m  rm -rf "$SRC"[0m
2026-07-09T09:31:32.8560849Z [36;1m  git clone --depth 1 --branch "v$WANT" \[0m
2026-07-09T09:31:32.8562488Z [36;1m    "https://x-access-token:${GH_TOKEN}@github.com/BigscreenVR/traceable-reqs" "$SRC"[0m
2026-07-09T09:31:32.8564342Z [36;1m  cargo build --release --manifest-path "$SRC/rust/Cargo.toml"[0m
2026-07-09T09:31:32.8565727Z [36;1m  mkdir -p "$HOME/.local/bin"[0m
2026-07-09T09:31:32.8566948Z [36;1m  cp "$SRC/rust/target/release/traceable-reqs" "$BIN"[0m
2026-07-09T09:31:32.8568175Z [36;1m  ln -sf "$BIN" ./traceable-reqs[0m
2026-07-09T09:31:32.8569306Z [36;1mfi[0m
2026-07-09T09:31:32.8570103Z [36;1m./traceable-reqs --version[0m
2026-07-09T09:31:32.8587607Z shell: /usr/bin/bash -e {0}
2026-07-09T09:31:32.8588530Z env:
2026-07-09T09:31:32.8590507Z   GH_TOKEN: ***
2026-07-09T09:31:32.8591299Z ##[endgroup]
2026-07-09T09:31:32.8713289Z Cloning into '/home/reavus/actions-runner/_work/_temp/tr-src'...
2026-07-09T09:31:34.0589629Z Note: switching to 'aaf234d37b5437b53fe0d7175c5bb0e1318107ac'.
2026-07-09T09:31:34.0590100Z 
2026-07-09T09:31:34.0590386Z You are in 'detached HEAD' state. You can look around, make experimental
2026-07-09T09:31:34.0590939Z changes and commit them, and you can discard any commits you make in this
2026-07-09T09:31:34.0591496Z state without impacting any branches by switching back to a branch.
2026-07-09T09:31:34.0591955Z 
2026-07-09T09:31:34.0592251Z If you want to create a new branch to retain commits you create, you may
2026-07-09T09:31:34.0592779Z do so (now or later) by using -c with the switch command. Example:
2026-07-09T09:31:34.0593447Z 
2026-07-09T09:31:34.0593643Z   git switch -c <new-branch-name>
2026-07-09T09:31:34.0593891Z 
2026-07-09T09:31:34.0594067Z Or undo this operation with:
2026-07-09T09:31:34.0594282Z 
2026-07-09T09:31:34.0594421Z   git switch -
2026-07-09T09:31:34.0594606Z 
2026-07-09T09:31:34.0594916Z Turn off this advice by setting config variable advice.detachedHead to false
2026-07-09T09:31:34.0595263Z 
2026-07-09T09:31:34.1432443Z    Compiling proc-macro2 v1.0.106
2026-07-09T09:31:34.1433217Z    Compiling unicode-ident v1.0.24
2026-07-09T09:31:34.1433655Z    Compiling quote v1.0.45
2026-07-09T09:31:34.1434142Z    Compiling serde_core v1.0.228
2026-07-09T09:31:34.1434642Z    Compiling serde v1.0.228
2026-07-09T09:31:34.1435084Z    Compiling utf8parse v0.2.2
2026-07-09T09:31:34.1435575Z    Compiling zmij v1.0.21
2026-07-09T09:31:34.1443734Z    Compiling is_terminal_polyfill v1.70.2
2026-07-09T09:31:34.1452099Z    Compiling anstyle-query v1.1.5
2026-07-09T09:31:34.1468224Z    Compiling anstyle v1.0.14
2026-07-09T09:31:34.1469292Z    Compiling hashbrown v0.17.0
2026-07-09T09:31:34.1476101Z    Compiling equivalent v1.0.2
2026-07-09T09:31:34.1487514Z    Compiling colorchoice v1.0.5
2026-07-09T09:31:34.1488305Z    Compiling winnow v0.7.15
2026-07-09T09:31:34.1488873Z    Compiling serde_json v1.0.149
2026-07-09T09:31:34.1564315Z    Compiling toml_write v0.1.2
2026-07-09T09:31:34.2254758Z    Compiling anstyle-parse v1.0.0
2026-07-09T09:31:34.2370266Z    Compiling heck v0.5.0
2026-07-09T09:31:34.2374689Z    Compiling clap_lex v1.1.0
2026-07-09T09:31:34.2375893Z    Compiling strsim v0.11.1
2026-07-09T09:31:34.2537711Z    Compiling memchr v2.8.0
2026-07-09T09:31:34.3106482Z    Compiling same-file v1.0.6
2026-07-09T09:31:34.4385007Z    Compiling itoa v1.0.18
2026-07-09T09:31:34.4416645Z    Compiling walkdir v2.5.0
2026-07-09T09:31:34.4682776Z    Compiling anstream v1.0.0
2026-07-09T09:31:34.7879475Z    Compiling clap_builder v4.6.0
2026-07-09T09:31:35.1323711Z    Compiling indexmap v2.14.0
2026-07-09T09:31:35.1942793Z    Compiling syn v2.0.117
2026-07-09T09:31:37.2733587Z    Compiling serde_derive v1.0.228
2026-07-09T09:31:37.2734231Z    Compiling clap_derive v4.6.1
2026-07-09T09:31:38.6214717Z    Compiling clap v4.6.1
2026-07-09T09:31:39.5230858Z    Compiling toml_datetime v0.6.11
2026-07-09T09:31:39.5231337Z    Compiling serde_spanned v0.6.9
2026-07-09T09:31:39.6302247Z    Compiling toml_edit v0.22.27
2026-07-09T09:31:40.8835077Z    Compiling toml v0.8.23
2026-07-09T09:31:41.3674581Z    Compiling traceable-reqs v0.1.2 (/home/reavus/actions-runner/_work/_temp/tr-src/rust)
2026-07-09T09:31:44.2446818Z     Finished `release` profile [optimized] target(s) in 10.17s
2026-07-09T09:31:44.2582078Z traceable-reqs 0.1.2
